@font-face {
	font-family: PSU-Stidti;
	src: url('../../fonts/PSU-Stidti/psu-stidti-regular.ttf');
}

body {
  font-family: PSU-Stidti;
}

.container {
  max-width: 1440px;
}
.container.expand {
  max-width: 1600px !important;
}

/* Navbar Brand */
.navbar-brand.logo-control img.logo-img {
height: 60px;
  max-height: 60px;
  max-width: none;
}

/* Breadcrumb */
.nav-breadcrumb {
  background-color: #222222;
}
.nav-breadcrumb .breadcrumb {
  padding-top: 16px;
  padding-bottom: 16px;
}
.nav-breadcrumb .breadcrumb .divider {
  margin-left: 13px;
  margin-right: 13px;
  border: 0;
}
.nav-breadcrumb .breadcrumb li,
.nav-breadcrumb .breadcrumb li a {
  color: #fff;
}
.nav-breadcrumb .breadcrumb li.active {
  color: #eee;
  opacity: 0.8;
}

@media only screen and (max-width: 992px) {
  .t4-breadcrumb .breadcrumb {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .t4-breadcrumb .breadcrumb li * {
    font-size: 12px;
  }
}
@media only screen and (max-width: 570px) {
  .t4-breadcrumb .breadcrumb {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .t4-breadcrumb .breadcrumb .divider {
    margin-left: 7px;
    margin-right: 7px;
  }
}

hr.overscope {
  margin-right: -15px;
  margin-left: -15px;
}

/* Content Layout */
#t4-content .t4-section-inner,
#t4-content .item-page {
  min-height: calc(100vh - 444px);
  margin-top: 20px;
  margin-bottom: 20px;
}
#t4-content .item-page {
  background-color: #fff;
  border: 1px solid #eaeaea;
  padding: 3.2rem 2.4rem;
}
#t4-content .item-page .article-info {
  margin: 20px 0 30px 0;
}
#t4-content > .t4-section-inner {
  padding-top: 0;
  padding-bottom: 0;
}
#t4-content .page-content .page-header h2 {
  font-size: 1.6em;
  line-height: 1.6em;
  color: #b33939;
}
#t4-content .page-content p {
  line-height: 2.4em;
}
.item-page {
  font-size: 1.2em;
  line-height: 2em;
  padding-top: 25px;
  padding-bottom: 25px;
  min-height: 60vh;
}

@media only screen and (max-width: 570px) {
 /* Content Detail Page */
  #t4-content .item-page {
    padding: 1.8rem 1rem;
  }
  #t4-content .item-page .article-info {
    margin: 15px 0 30px 0;
  }
  #t4-content .page-content {
    padding-left: 6px;
    padding-right: 6px;
    line-height: 2.2em;
  }
  #t4-content .page-content .page-header h2 {
    font-size: 1.4em;
  }
}

/* Top Bar */
.t4-top-bar {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}
.t4-top-bar .navbar-nav .nav-item .nav-link {
  font-size: 0.85em;
}
.t4-top-bar .list-inline {
  display: flex !important;
  flex-direction: row !important;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
}
.t4-top-bar .list-inline li {
  padding: 0 5px;
}
.t4-top-bar .list-inline .col-lang img {
  height: 26px;
}
.t4-top-bar .list-inline .col-admission .btn {
  background-color: #f39c12 !important;
  border: 2px solid #ec8a34 !important;
}
.t4-top-bar .topbar-r {
  display: flex !important;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.t4-top-bar .topbar-r > div:not(:last-child) {
  margin-right: 10px;
}
.t4-top-bar .navbar-top-right {
  display: flex;
  justify-content: flex-end;
  
}

@media only screen and (max-width: 570px) {
  .nav-breakpoint-sm .t4-offcanvas-toggle {
    top: auto;
  }
  /* Navbar Top*/
  .t4-top-bar {
    position: fixed !important;
    top: 0 !important;
    width: 100%;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    z-index: 100;
  }
  .t4-top-bar .navbar-top-right {
    padding-left: 7px;
    padding-right: 7px;
    justify-content: stretch;
  }
  .t4-top-bar .search {
    width: 100%;
  }
  .t4-top-bar .search input[type="search"] {
    max-width: 100%;
    border-radius: 0;
  }
}

/* Off Canvas */
.t4-canvas-menu {
  position: sticky;
  top: 38px;
  z-index: 1000;
}
.t4-offcanvas {
  background-color: #fff;
}
.t4-offcanvas .t4-off-canvas-header {
  background-color: #b33939;
  color: #fff;
}
.t4-offcanvas .t4-off-canvas-header .close {
  color: #fff !important;
  text-shadow: none;
}
.t4-offcanvas .t4-off-canvas-body .navbar-nav .nav-item {
  border-bottom: 1px solid #eee;
}
.t4-offcanvas .t4-off-canvas-body .navbar-nav .nav-item > .nav-link {
  color: #212529;
  padding-top: 12px;
  padding-bottom: 12px;
}

/* Sidebar Menu */
.t4-off-canvas-body .nav-item.dropdown .dropdown-menu .nav-item:last-child {
  border-bottom: 0;
}

@media only screen and (max-width: 570px) {
  .nav-breakpoint-sm .t4-offcanvas-toggle {
    top: auto;
  } 
}

/* Main Nav */
.t4-mainnav {
  top: 40px !important;
  background-color: #fff;
  border-bottom: 1px solid rgba(52, 58, 64, 0.12) !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.t4-mainnav .t4-megamenu {
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
}
.t4-mainnav .t4-megamenu .navbar-nav .nav-item > a {
  font-weight: 300 !important;
  font-size: 1.1em !important;
  padding-left: 0.65rem;
  padding-right: 0.65rem;
}

@media only screen and (max-width: 1280px) {
  .t4-mainnav {
    padding: 26px 0 !important;
  }
}

@media only screen and (max-width: 992px) {
  .t4-mainnav .t4-section-inner .t4-row .t4-col {
    text-align: center;
  }
  .t4-mainnav .t4-megamenu {
    justify-content: center;
  }
  .navbar-brand.logo-control img.logo-img {
    max-height: 50px;
  }
  .t4-mainnav .t4-megamenu .navbar-nav .nav-item > a {
    font-size: 1em !important;
  }
  .t4-mainnav .t4-megamenu .nav-item.dropdown .mega-dropdown-inner {
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #eaeaea;
  }
}

@media only screen and (max-width: 570px) {
  /* Main nav */
  .t4-mainnav {
    position: fixed !important;
    top: 42px !important;
    width: 100%;
    background-color: #fff;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border-bottom: 1px solid #efefef;
    z-index: 100;
  }
  .t4-mainnav .logo-img-sm {
    height: 22px;
  }
  .t4-mainnav .t4-section-inner .t4-row .t4-col {
    text-align: left;
  }
}


/* Footer */
.t4-footer {
  padding: 20px 0;
  color: #8d8e92;
  background: #121212;
}
.t4-footer .footer-address .footer-logo {
  height: 50px;
  margin-bottom: 15px;
}
.t4-footer .footer-address .name {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 600;
}
.t4-footer .footer-address .address {
  font-size: 12px;
}
.t4-footer .footer-contact .title {
  border-bottom: 1px solid #8d8e92;
  padding-bottom: 10px;
  margin-bottom: 10px;
  max-width: 80%;
}
.t4-footer .footer-contact .list-contact li{
  font-size: 1.2em;
}
.t4-footer .footer-contact .list-contact li .fas {
  margin-right: 5px;
}
.t4-footer .footer-contact .list-contact li:not(:last-child) {
  margin-bottom: 7px;
}
.t4-footer .container {
  border-top: 0;
}
.t4-footer .list-social {
  list-style: none;
  padding: 0;
  margin: 0;
}
.t4-footer .list-social > li {
  display: inline-block;
}
.t4-footer .list-social > li > a {
  display: block;
}
.footer-detail .title {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 600;
}

@media only screen and (max-width: 992) { 
  .t4-footer .footer-contact .title {
    max-width: 100%
  }
}

@media only screen and (max-width: 570px) {
  .t4-footer {
    padding: 20px 0;
  }
  .t4-footer .footer-address,
  .t4-footer .footer-social {
    text-align: center;
  }
  .t4-footer .footer-contact .title {
    text-align: center;    
    border-bottom: 0;
    max-width: 100%;
  }
  .t4-footer .footer-contact .list-contact li{
    font-size: 1.1em;
  }
}

/* Carousel */
.t4-content .djslider-loader:first-child {
  margin-top: 30px;
}
.t4-content .newsflash-sn:first-child {
  margin-top: 15px;
}


/* News Information */
.news-info-container .mfp-grid > .mfp_default_item > div {
  background-color: #fff;
  min-height: 400px;
}
.news-info-container .mfp-grid > .mfp_default_item .mfp_default_title > a {
  display: block;
  color: #a91a1a;
  font-size: 16px !important;
  line-height: 1.6em;
  font-weight: 400 !important;
}
.news-info-container .mfp-grid > .mfp_default_item .mfp_date {
     box-shadow: none;
    border: 0;
    padding-left: 0;
    padding-right: 0;
}
.news-info-container .mfp-grid > .mfp_default_item img {
  height: 240px;
  object-fit: cover;
}

@media only screen and (max-width: 992px) {
  .news-info-container .mfp-grid {
    overflow-x: scroll;
    flex-wrap: nowrap;
  }
}

@media only screen and (max-width: 570px) {  
  .news-info-container .mfp_default_item {
    margin-bottom: 10px;
  }
  .news-info-container .mfp_default_item .item-inner {
    padding: 0;
    background-color: #fff;
  }
  .news-info-container .mfp_default_item a {
    display: block;
  }
  .news-info-container .mfp_default_item .mfp_thumb_pos_top {
    margin: 0 0 0 0;
  }
  .news-info-container .mfp_default_item .mfp_default_title,
  .news-info-container .mfp_default_item .mfp_date {
    box-shadow: none;
    border: 0;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
  }
}

/* Calendar */
.section-home-news .section-home-event .rme-items .rme-item {
  padding: 14px 16px;
}
.section-home-news .section-home-event .rme-timeline {
  display: none;
}


/* Box Content */
.box-content .box-content-body {
  padding-top: 10px;
  padding-bottom: 10px;
}
.box-content .box-content-heading:before {
  position: relative;
  top: 40px;
  content: "";
  border-style: solid;
  border-width: 5px;
  border-color: #009cde;
  border-radius: 50%;
  display: block;
  width: 0;
  z-index: 1;
}
.box-content .box-content-heading::after {
  position: absolute;
  content: "";
  left: 32px;
  right: 0;
  height: 6px;
  background-color: #b33939;
  width: calc(100% - 46px);
  z-index: 1;
}
.box-content .box-content-heading .heading {
  font-size: 1.4em;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0px;
  padding-bottom: 5px;
}
.box-content.rainbow .box-content-heading:before {
  border-color: #009cde;
}
.box-content.rainbow .box-content-heading:after {
  background: linear-gradient(
    to right,
    #3498db 25%,
    #2ecc71 25%,
    #2ecc71 50%,
    #e67e22 50%,
    #e67e22 75%,
    #fd3f75 75%
  );
}
.box-content .box-content-body .item {
  margin-bottom: 0;
  padding: 5px 0;
}
.box-content .box-content-body .item .title {
  line-height: 1em !important;
  margin-bottom: 0;
}
.box-content .box-content-body .item .title a {
  color: #000;
  font-size: 0.7em !important;
  font-weight: 300 !important;
  line-height: 0.4em !important;
  letter-spacing: 0px;
}
.box-content .box-content-body .item .sub-title {
  padding-top: 10px;
  padding-bottom: 10px;
}
.box-content .box-content-body .item:not(:last-child) {
  border-bottom: 1px solid #eaeaea;
}
.box-content .box-content-body .item:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 570px) {
  /* Box Content */
  .box-content .box-content-heading:before {
    top: 37px;
  }
  .box-content .box-content-heading::after {
    left: 30px;
    height: 6px;
    width: calc(100% - 44px);
  }
  .box-content .box-content-heading .heading {
    font-size: 1.2em;
  }
  .box-content .box-content-body .item .title a {
    font-size: 0.6em !important;
  }   
}

/* Panel Menu */
.panel-menu .box-content .box-content-heading::after {
  max-width: 280px;
  left: 48px;
}

@media only screen and (max-width: 992px) {
  .panel-menu .box-content .box-content-heading::after {
    max-width: 220px;
  }
}
@media only screen and (max-width: 570px) {
  .panel-menu .box-content .box-content-heading::after {
    max-width: calc(100% - 33px);    
    left: 33px;
  }
}

/* Rokmini Event 3 */
.rokminievents3 .rme-items {
  flex-direction: column;
  padding-top: 15px;
  padding-bottom: 10px;
}
.rokminievents3 .rme-items li {
  display: flex;
  flex-direction: row;
  background-color: #fff;
  margin: 0 !important;
  border-radius: 0;
}
.rokminievents3 .rme-items li .rme-title {
  color: #111;
  font-weight: 400;
  font-size: 1.1em;
  margin-bottom: 5px;
}
.rokminievents3 .rme-items li .rme-badge {
  float: none;
  background-color: #b33939;
  color: #fff;
  margin-bottom: 0;
}
.rokminievents3 .rme-items li .rme-badge > * {
  display: block;
}
.rokminievents3 .rme-items li .rme-badge .rme-month {
  font-size: 12px;
  color: #f1c40f;
}
.rokminievents3 .rme-items li .rme-badge .rme-year {
  font-size: 12px;
  margin-top: -5px;
}
.rokminievents3 .rme-timeline {
  display: none;
}

/* Box Social Share */
.box-social-share .box-content-heading .heading {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.box-social-share .cw-social-mod-bookmark {
  margin-bottom: 0;
}

/* Related Articles */
.box-related-articles .mod-list .mod-articles-category-title {
  padding-left: 0;
}
.box-related-articles .mod-list .mod-articles-category-title:before {
  content: "";
}

/* Panel Menu */
.panel-menu {
  display: flex;
  flex-direction: row;
  background-color: #b33939;
}
.panel-menu .image {
  flex: 2;
}
.panel-menu .menu {
  flex: 1;
  padding: 8px 15px 0;
}
.panel-menu .menu ul {
  list-style: none;
  padding: 5px 10px 5px 0;
  margin: 0;
}
.panel-menu .menu ul > li:before {
  float: left;
  margin-top: 5px;
  margin-right: 8px;
  font-weight: bold;
  content: "\2022";
  color: #fff;
}
.panel-menu .menu ul > li > a {
  display: block;
  font-size: 1.15em;
  color: #fff;
  padding: 2px 8px;
}
.panel-menu .menu .box-content-heading .heading {
  color: #fff;
}
.panel-menu .menu .box-content-heading .heading:after {
  width: 230px !important;
}
.panel-menu .menu .box-content-body {
  padding-top: 10px;
  padding-bottom: 10px;
}
.panel-menu .image img {
  flex: 1;
  background-size: cover;
}

.list-detail > li a {
  display: block;
  text-align: left;
  padding: 5px 0;
}
.search-homepage .input-group {
  display: flex;
  flex-direction: row;
}
.search-homepage .input-group input {
  max-width: 100%;
  height: 50px;
}
.social [class*="fa fa-"],
.social [class*="fab fa-"] {
  background-color: #333;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: auto 2px;
  width: 40px;
  font-size: 15px;
  text-align: center;
}
.fa-facebook.bg {
  background-color: #4267b2;
}
.fa-youtube.bg {
  background-color: #db4437;
}

/* Nav tabs */
.nav-tabs.custom .nav-item .nav-link.active {
  background-color: #b33939;
  color: #fff;
}

/* List detail */
.list-detail > li {
  margin-bottom: 8px;
}

/* Search Page */
.search .btn-toolbar {
  display: flex;
  justify-content: center;
}
.search .btn-toolbar .title {
  font-size: 2.2em;
  font-weight: 300;
  color: #fff;
  margin-bottom: 20px;
}
.search .btn-toolbar .btn {
  margin-left: 0;
  border-radius: 0;
  font-size: 1em;
  padding-top: 10px;
  padding-bottom: 10px;
}
.search .btn-toolbar .input-group {
  width: 100%;
  justify-content: center;
}
.search .btn-toolbar .form-control {
  border-radius: 0;
  max-width: 500px !important;
}
.search .section-form-search {
  background-image: url("../../../../images/site/bg-search.png");
  background-repeat: repeat;
  padding: 4.6rem 0;
}
.search .form-search-filter {
  display: flex;
  flex-direction: row;
  padding: 15px 15px;
}
.search .form-search-filter > * {
  flex: 1;
}
.search .form-search-filter .form-limit {
  display: flex;
  justify-content: flex-end;
}
.search .form-search-filter .form-limit + .counter {
  display: none;
}
.search .form-search-filter .control-limit {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.search .form-search-filter .control-limit label {
  white-space: nowrap;
  margin-bottom: 0;
  margin-right: 5px;
}
.search .form-search-filter .control-limit .inputbox {
  height: 30px;
}
.search .form-search-filter .searchintro {
  padding-top: 7px;
}
.search .search-results .result-title {
  font-weight: 300;
}
.search .search-results .result-created {
  margin-bottom: 1rem;
}
.search .search-results .seperator {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 992px) {
  .search .search-results {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 570px) {
  .search .btn-toolbar .title {
    font-size: 20px;
  }
  .search .form-search-filter {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .search .form-search-filter .searchintro,
  .search .form-search-filter .control-limit {
    font-size: 12px;
  }
  .search .form-search-filter .control-limit .inputbox {
    max-width: 60px;
  }
  .search .search-results {
    min-height: 30vh;
    padding-left: 0px;
    padding-right: 0px;
  }
  .search .search-results .result-title {
    font-size: 14px;
  }
}

/* Sidebar Sub Page */
@media only screen and (max-width: 992px) {
  .sidebar-r {
    padding-left: 25px;
    padding-right: 25px;
  }
  .sidebar-r .box-content .box-content-heading::after {
    left: 42px;
    width: calc(100% - 62px);
  }
}

/* Article Category - Blog Post */
.blog .items-row {
  padding: 50px 0;
}
.item[itemprop="blogPost"] {
  border: 1px solid rgba(0,0,0,0.1);
  box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 10%);
  box-sizing: border-box;
  position: relative;
  min-height: 400px;
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 25px;
}
.item[itemprop="blogPost"] .item-image img {
  height: 240px;
  width: 100%;
  object-fit: cover;
}
.item[itemprop="blogPost"] .detail{
  padding: 10px;
}
.item[itemprop="blogPost"] *[itemprop="headline"] {
  display: block;
  line-height: normal;
  margin: 0 0 .3em 0;
  padding: 0;
}
.item[itemprop="blogPost"] *[itemprop="headline"] *[itemprop="url"]{
  display: block;
  color: #a91a1a;
  font-size: 16px !important;
  line-height: 1.6em;
  font-weight: 400 !important;
}
.item[itemprop="blogPost"] .detail .article-info {
  position: absolute;
  bottom: 10px;
  box-shadow: none;
  border: 0;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  font-size: 1em;
}

/* Related Article */
.box-related-articles .mod-list li {
  padding: 10px 0;
}
.box-related-articles .mod-list li:not(:last-child) {
  border-bottom: 1px solid #eaeaea;
}
.box-related-articles .mod-list li .mod-articles-category-date {
  color: #111;
  opacity: 0.7;
  font-size: 12px;
}

/* Social Share */
.box-social-share .box-content-body {
  padding: 15px 0;
}
.box-social-share .cw-social-mod-bookmark {
  padding: 0 !important;
}

/* Menu Member */
.navbar-member {
  flex-direction: row;
  padding: 0;
  margin: 0 0 25px 0;
}
.navbar-member li {
  width: 120px;
}
.navbar-member li > a {  
  display: block;
  padding: 7px 20px;
  background-color: #aa3a3a;
  border-radius: 25px;
  color: #fff !important;
  font-size: 1em;
  text-align: center;
}
.navbar-member li > a:hover {
  background-color: #942d2d;
}
.navbar-member li:not(:last-child) {
  margin-right: 20px;
}

@media screen and (max-width: 570px) {
  /* Navbar Member */
  .navbar-member .nav-item {
    width: auto;
  }
  .navbar-member .nav-item:not(:last-child) {
    margin-right: 7px;
  }
  .navbar-member .nav-item > a {
    padding: 5px 12px;
  }
}

/* Card Staff */
.card-staff {
  margin-bottom: 25px;
  margin-left: 15px;
  margin-right: 15px;
}
.card-staff .contact-name a {
  color: #aa3a3a !important;
}
.card-staff .position {
  color: #7f8c8d;
  font-weight: 300;
  height: 50px;
}
.card-staff .contact-list-img {
  float: none;
  clear: both;  
  padding: 0 !important;
}
.card-staff .contact-list-img img {
  width: 100% !important;
  height: 350px;
  border-radius: 0 !important;  
  object-fit: cover;
}

@media only screen and (max-width: 992px) {
  .card-staff {
    margin-bottom: 25px;
    margin-left: 0px;
    margin-right: 0px;
  }
}

/* Search Page */
.search .btn-toolbar {
  display: flex;
  justify-content: center;
}
.search .btn-toolbar .title {
  font-size: 2.2em;
  font-weight: 300;
  color: #fff;
  margin-bottom: 20px;
}
.search .btn-toolbar .btn {
  margin-left: 0;
  border-radius: 0;
  font-size: 1em;
  padding-top: 10px;
  padding-bottom: 10px;
}
.search .btn-toolbar .input-group {
  width: 100%;
  justify-content: center;
}
.search .btn-toolbar .form-control {
  border-radius: 0;
  max-width: 500px !important;
}
.search .section-form-search {
  background-image: url("../../../../images/site/bg-abstract-01.png");
  background-repeat: repeat;
  padding: 4.6rem 0;
}
.search .form-search-filter {
  display: flex;
  flex-direction: row;
  padding: 15px 15px;
}
.search .form-search-filter > * {
  flex: 1;
}
.search .form-search-filter .form-limit {
  display: flex;
  justify-content: flex-end;
}
.search .form-search-filter .form-limit + .counter {
  display: none;
}
.search .form-search-filter .control-limit {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.search .form-search-filter .control-limit label {
  white-space: nowrap;
  margin-bottom: 0;
  margin-right: 5px;
}
.search .form-search-filter .control-limit .inputbox {
  height: 30px;
}
.search .form-search-filter .searchintro {
  padding-top: 7px;
}
.search .search-results .result-title {
  font-weight: 300;
}
.search .search-results .result-created {
  margin-bottom: 1rem;
}
.search .search-results .seperator {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 992px) {
  .search .search-results {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 570px) {
  .search .btn-toolbar .title {
    font-size: 20px;
  }
  .search .form-search-filter {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .search .form-search-filter .searchintro,
  .search .form-search-filter .control-limit {
    font-size: 12px;
  }
  .search .form-search-filter .control-limit .inputbox {
    max-width: 60px;
  }
  .search .search-results {
    min-height: 30vh;
    padding-left: 0px;
    padding-right: 0px;
  }
  .search .search-results .result-title {
    font-size: 14px;
  }
}

@media only screen and (max-width: 570px) {
  .nav-breakpoint-sm .t4-offcanvas-toggle {
    top: auto;
  }
  /* User page slider */
  .t4-content .t4-section .section-1 {
    padding-left: 0;
    padding-right: 0;
  }
  .t4-content .djslider-loader:first-child {
    margin-top: 0;
  }
  
  /* Mobile User menu */
  .mobile-user-menu {
    max-width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0px);
	-webkit-transform: translate3d(0,0,0);
	-webkit-perspective: 1000;
  }
  .mobile-user-menu .navbar {
    padding: 0;
  }
  .mobile-user-menu .navbar .navbar-nav {    
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap    
  }
  .mobile-user-menu .navbar .navbar-nav .nav-item {
    white-space: nowrap;
  }
  .mobile-user-menu .navbar .navbar-nav .nav-item > a {
    display: block;
    padding: 4px 7px;
    background-color: #aa3a3a;
    color: #fff;
    border-radius: 25px;
    text-align: center;
  }
  .mobile-user-menu .navbar .navbar-nav .nav-item:not(:last-child) {
    margin-right: 5px;
  }

  /* Page Nav */
  .pagenav {
    text-align: center;
  }
}

/*sidbar L */
body.page-menu #t4-sidebar > .t4-row {
	max-width: 1440px;
	margin: 0 auto;
}
.intellect-menu a.nav-link{
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #e9ecef;
}
.intellect-menu a:hover {
  width: 100%;
  padding: 10px 15px;
  color:#fff;
  background-color: #aa3a3a;
}
.rdo-rss{
}
.rdo-rss h3{
  font-size: 16px;
  order: 1;
}
div.srfrContainer ul.srfrList li {
  display:flex;
}

div.srfrContainer ul.srfrList li img.srfrImage {
  margin:4px auto;
  padding-right:8px;
  width:150px;
}